home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / mailhand / email-pa.000 / email-pa / email-pager / chat-source / Makefile.sun < prev    next >
Makefile  |  1994-05-25  |  148b  |  15 lines

  1. #
  2. # Makefile for chat on suns
  3. #
  4.  
  5. all:    chat
  6.  
  7. chat: chat.o
  8.     $(CC) -o chat chat.o
  9.  
  10. install:
  11.     install -c chat $(BINDIR)/chat
  12.  
  13. clean:
  14.     rm -f *~ *.o chat
  15.